The code that is executed in one event procedure can cause another event. In other words, one event can cause a chain reaction of other events that can make it difficult to limit the effects of the original even procedure. For example, the Document.MoveTo method can invoke the NewDocument events when the document is created in the destination folder. You might not want that to happen.
You can limit which events are generated by certain event procedures and avoid an event procedure intended for one purpose from being executed by actions for which it was not intended.
To limit the events generated by event procedures:
Related concepts
Understanding Meridian event procedures
Understanding the names of events
Understanding the order of events
Related information